The following document contains the results of Checkstyle 8.8-SNAPSHOT with my_check.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 61 | |
| IllegalThrows | 317 | ||
| PackageDeclaration | 8 | ||
| design | VisibilityModifier | 241 | |
| imports | AvoidStarImport | 6 | |
| AvoidStaticImport | 288 | ||
CustomImportOrder
| 933 | ||
ImportOrder
| 397 | ||
| RedundantImport | 31 | ||
| UnusedImports | 3 | ||
| javadoc | JavadocMethod | 6420 | |
| metrics | ClassDataAbstractionCoupling
| 60 | |
ClassFanOutComplexity
| 136 | ||
| misc | UncommentedMain | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildException'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildTools'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.RuleSetToDocs'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PmdBuildException'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'siteXml'. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'siteXmlTarget'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'runtimeClasspath'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.build.util.ConfigUtil.getString. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.build.util.XmlUtil.createXmlBackbone. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.filefilter.DirectoryFileFilter'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.filefilter.RulesetFilenameFilter'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.util.FileUtil'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.util.XmlUtil'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.xml.RulesetFileTemplater'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.FilenameUtils' import. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [DirectoryFileFilter, File, FileInputStream, PmdBuildException, RulesetFileTemplater, RulesetFilenameFilter, RuntimeRulePropertiesAnalyzer]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BufferedReader, BufferedWriter, File, FileInputStream, FileOutputStream, FileReader, FileWriter, PmdBuildException]. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| design | VisibilityModifier | Variable 'pathToParent' must be private and have accessor methods. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildException'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.xml.XmlFileTemplater'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildException'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.filefilter.DirectoryFileFilter'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.filefilter.RulesetFilenameFilter'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.util.ConfigUtil'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.util.FileUtil'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.util.XmlUtil'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildException'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.PmdBuildTools'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.RuleSetToDocs'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.apache.maven.artifact.Artifact' import. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'propertyDescriptors' must be private and have accessor methods. | 17 | |
| design | VisibilityModifier | Variable 'propertyValuesByDescriptor' must be private and have accessor methods. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| design | VisibilityModifier | Variable 'TEST_DIR' must be private and have accessor methods. | 19 | |
| design | VisibilityModifier | Variable 'testDir' must be private and have accessor methods. | 20 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.TestBase'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.TestBase'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.build.filefilter.RulesetFilenameFilter'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'propertyDescriptors' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'propertyValuesByDescriptor' must be private and have accessor methods. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.pmd.lang.*. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 20 (max allowed is 5) classes [AtomicInteger, Comparator, ConsoleLogHandler, DBMSMetadata, DBURI, LanguageFilenameFilter, MonoThreadProcessor, MultiThreadProcessor, PMDConfiguration, PMDException, PMDParameters, Properties, ReaderDataSource, Report, Report.RuleConfigurationError, ReportListener, RuleContext, ScopedLogHandlersManager, SourceCodeProcessor, TextReport]. | 52 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 45 (max allowed is 10). | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 98 | |
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| misc | UncommentedMain | Uncommented main method found. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Language'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.PropertyDescriptorWrapper'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.factories.PropertyDescriptorUtil'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ResourceLoader'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [Properties, PropertyDescriptorWrapper, RuleReference, RuleSet, RuleSetNotFoundException, RuleSetReference, RuleSetReferenceId, RuleSets]. | 45 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 31 (max allowed is 10). | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalThrows | Throwing 'RuntimeException' is not allowed. | 268 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 284 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 284 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 285 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ClassNotFoundException'. | 363 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 363 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 490 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 490 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| javadoc | JavadocMethod | Expected @param tag for 'desc'. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'strValue'. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 708 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 709 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 760 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 787 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ResourceLoader'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Language'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ImmutableLanguage'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.PropertyDescriptorWrapper'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.factories.PropertyDescriptorUtil'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 31 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'collector'. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.benchmark.Benchmark'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.benchmark.Benchmarker'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.*'. | 15 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.pmd.lang.*. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.ParseException'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xpath.Initializer'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 20 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.Renderer'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.RendererFactory'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 21 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedWriter, BuildException, File, FileWriter, OutputStreamWriter, Properties]. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ant.internal.PMDTaskImpl'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 13 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMDConfiguration'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RulePriority'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetFactory'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetNotFoundException'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ant.Formatter'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ant.PMDTask'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ant.SourceLanguage'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.AbstractRenderer'. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.Renderer'. | 33 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 34 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.datasource.DataSource'. | 35 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.datasource.FileDataSource'. | 36 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.log.AntLogHandler'. | 37 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.log.ScopedLogHandlersManager'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [AbstractRenderer, AntClassLoader, AntLogHandler, AtomicInteger, BuildException, File, FileDataSource, PMDConfiguration, PrintWriter, Report, Report.ProcessingError, RuleContext, RuleSetFactory, ScopedLogHandlersManager, StringWriter]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 31 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'stressResults'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'benchmarksByName'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMDConfiguration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMDException'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetFactory'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetNotFoundException'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.SourceCodeProcessor'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Language'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageFilenameFilter'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.FileUtil'. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.datasource.DataSource'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BenchmarkResult, InputStreamReader, LanguageFilenameFilter, PMDConfiguration, RuleContext, RuleDuration, RuleSet, RuleSetFactory, RuleSets, SourceCodeProcessor, TextReport]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| misc | UncommentedMain | Uncommented main method found. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PMDException'. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 128 | |
| javadoc | JavadocMethod | Expected @throws tag for 'PMDException'. | 156 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'rule' must be private and have accessor methods. | 10 | |
| design | VisibilityModifier | Variable 'time' must be private and have accessor methods. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.beust.jcommander.JCommander' | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.JCommander' import. Should be before 'net.sourceforge.pmd.renderers.RendererFactory'. | 14 | |
| imports | ImportOrder | Wrong order for 'com.beust.jcommander.JCommander' import. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.ParameterException' import. Should be before 'net.sourceforge.pmd.renderers.RendererFactory'. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| misc | UncommentedMain | Uncommented main method found. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.beust.jcommander.IStringConverter' | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.IStringConverter' import. Should be before 'net.sourceforge.pmd.lang.LanguageVersion'. | 14 | |
| imports | ImportOrder | Wrong order for 'com.beust.jcommander.IStringConverter' import. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.Parameter' import. Should be before 'net.sourceforge.pmd.lang.LanguageVersion'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.ParameterException' import. Should be before 'net.sourceforge.pmd.lang.LanguageVersion'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.validators.PositiveInteger' import. Should be before 'net.sourceforge.pmd.lang.LanguageVersion'. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [File, FileReader, PMDConfiguration, RuleSets, SourceCodeProcessor, XPathRule]. | 34 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 34 | |
| misc | UncommentedMain | Uncommented main method found. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'stringToken' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'ignorableCharacter' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'ignorableStmt' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'oneLineCommentChar' must be private and have accessor methods. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| design | VisibilityModifier | Variable 'spanMultipleLinesString' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'spanMultipleLinesLineContinuationCharacter' must be private and have accessor methods. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.FileFinder'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.database.DBMSMetadata'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.database.DBURI'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.database.SourceObject'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.FilenameUtils' import. | 25 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [CPDNullListener, DBMSMetadata, File, FileFinder, FileNotFoundException, MatchAlgorithm, TokenEntry.State, Tokens]. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | UncommentedMain | Uncommented main method found. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.beust.jcommander.JCommander' | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.JCommander' import. Should be before 'net.sourceforge.pmd.util.database.DBURI'. | 18 | |
| imports | ImportOrder | Wrong order for 'com.beust.jcommander.JCommander' import. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.ParameterException' import. Should be before 'net.sourceforge.pmd.util.database.DBURI'. | 19 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | UncommentedMain | Uncommented main method found. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'com.beust.jcommander.IStringConverter' | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.IStringConverter' import. Should be before 'net.sourceforge.pmd.util.FileFinder'. | 23 | |
| imports | ImportOrder | Wrong order for 'com.beust.jcommander.IStringConverter' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.Parameter' import. Should be before 'net.sourceforge.pmd.util.FileFinder'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.beust.jcommander.converters.FileConverter' import. Should be before 'net.sourceforge.pmd.util.FileFinder'. | 25 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [File, FileFinder, FilenameFilter, Properties, PropertyDescriptor, SimpleRenderer, SourceCode, SourceCode.FileCodeLoader, SourceCode.ReaderCodeLoader]. | 32 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, CPD, CPDConfiguration, CSVRenderer, File, FileReporter, Properties, SimpleRenderer, XMLRenderer]. | 38 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 66 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 68 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 41 (max allowed is 5) classes [ActionListener, AlignmentRenderer, BorderLayout, BrowseListener, CPD, CPDConfiguration, CSVRenderer, CancelListener, ColumnSpec, Dimension, File, GoListener, GridBagHelper, ItemListener, JButton, JCheckBox, JCheckBoxMenuItem, JComboBox, JFrame, JLabel, JMenu, JMenuBar, JMenuItem, JPanel, JProgressBar, JScrollPane, JTable, JTextArea, JTextField, LanguageConfig, ListSelectionListener, MouseAdapter, Point, Properties, Renderer, SaveListener, SimpleRenderer, SortingTableModel, StringSelection, Timer, XMLRenderer]. | 70 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 58 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'renderer' must be private and have accessor methods. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 644 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 661 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 674 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 679 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 752 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 780 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 780 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'gridbag' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'container' must be private and have accessor methods. | 19 | |
| design | VisibilityModifier | Variable 'c' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'x' must be private and have accessor methods. | 21 | |
| design | VisibilityModifier | Variable 'y' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'labelAlignment' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'weights' must be private and have accessor methods. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| design | VisibilityModifier | Variable 'supportedLanguages' must be private and have accessor methods. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Comparator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 8 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'java.util.TreeSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DumpNodeVisitor, File, FileFinder, FilenameFilter, UsageGraphBuilder, UsageNodeVisitor]. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | UncommentedMain | Uncommented main method found. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.objectweb.asm.Opcodes' should be separated from previous import group by one line. | 9 | |
| imports | ImportOrder | 'org.objectweb.asm.Opcodes' should be separated from previous imports. | 9 | |
| imports | CustomImportOrder | 'net.sourceforge.pmd.dcd.ClassLoaderUtil' should be separated from previous import group by one line. | 11 | |
| imports | ImportOrder | 'net.sourceforge.pmd.dcd.ClassLoaderUtil' should be separated from previous imports. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.dcd.ClassLoaderUtil'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.dcd.asm.TypeSignatureVisitor'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.objectweb.asm.signature.SignatureReader' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'classNode' must be private and have accessor methods. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| design | VisibilityModifier | Variable 'desc' must be private and have accessor methods. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.dcd.ClassLoaderUtil'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.dcd.asm.TypeSignatureVisitor'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.objectweb.asm.signature.SignatureReader' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'classFilter' must be private and have accessor methods. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.objectweb.asm.AnnotationVisitor' should be separated from previous import group by one line. | 11 | |
| imports | ImportOrder | 'org.objectweb.asm.AnnotationVisitor' should be separated from previous imports. | 11 | |
| imports | CustomImportOrder | 'net.sourceforge.pmd.dcd.asm.PrintVisitor' should be separated from previous import group by one line. | 20 | |
| imports | ImportOrder | 'net.sourceforge.pmd.dcd.asm.PrintVisitor' should be separated from previous imports. | 20 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 27 | |
| design | VisibilityModifier | Variable 'usageGraph' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'classFilter' must be private and have accessor methods. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'parserOptions' must be private and have accessor methods. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 6 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| design | VisibilityModifier | Variable 'shortName' must be private and have accessor methods. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| design | VisibilityModifier | Variable 'terseName' must be private and have accessor methods. | 15 | |
| design | VisibilityModifier | Variable 'ruleChainVisitorClass' must be private and have accessor methods. | 16 | |
| design | VisibilityModifier | Variable 'extensions' must be private and have accessor methods. | 17 | |
| design | VisibilityModifier | Variable 'versions' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'defaultVersion' must be private and have accessor methods. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 27 | |
| javadoc | JavadocMethod | Expected @return tag. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'parserOptions'. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'recurse'. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| design | VisibilityModifier | Variable 'suppressMarker' must be private and have accessor methods. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.jaxen.Navigator' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Navigator' import. | 8 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.BaseXPath' import. | 18 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 23 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'childIndex' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| design | VisibilityModifier | Variable 'beginLine' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'endLine' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'beginColumn' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'endColumn' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'types'. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'suppressMap' must be private and have accessor methods. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| design | VisibilityModifier | Variable 'suppressMarker' must be private and have accessor methods. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.JaxenException' import. | 12 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'index'. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 64 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JaxenException'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Expected @return tag. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.jaxen.Navigator' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 10 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Navigator' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.RootNode'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.DefaultNavigator' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sf.saxon.om.Navigator.AxisFilter' import. Should be before 'net.sf.saxon.om.VirtualNode'. | 17 | |
| imports | ImportOrder | Wrong order for 'net.sf.saxon.om.Navigator.AxisFilter' import. | 17 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'startNodeInfo' must be private and have accessor methods. | 15 | |
| design | VisibilityModifier | Variable 'iterator' must be private and have accessor methods. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'startNodeInfo'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'attribute' must be private and have accessor methods. | 21 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'rootNode' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'nodeToElementNode' must be private and have accessor methods. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [AttributeAxisIterator, Navigator.AncestorEnumeration, Navigator.DescendantEnumeration, Navigator.FollowingEnumeration, Navigator.PrecedingEnumeration, NodeArrayIterator, NodeInfo]. | 20 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 20 | |
| design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 24 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'siblingPosition' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'parents' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 24 | |
| design | VisibilityModifier | Variable 'variableAccess' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'dataFlow' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'line' must be private and have accessor methods. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Expected @throws tag for 'LinkerException'. | 34 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SequenceException'. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'stackList'. | 408 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Stack' import. Should be before 'java.util.logging.Logger'. | 10 | |
| imports | ImportOrder | Wrong order for 'java.util.Stack' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'currentChild' must be private and have accessor methods. | 10 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 11 | |
| design | VisibilityModifier | Variable 'pseudoRef' must be private and have accessor methods. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'buf'. | 44 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 44 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'vio'. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 85 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'violation'. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'level'. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 162 | |
| javadoc | JavadocMethod | Expected @return tag. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Expected @return tag. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Expected @return tag. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'descriptor'. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'language'. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'minimumLanguageVersion'. | 110 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'maximumLanguageVersion'. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'deprecated'. | 138 | |
| javadoc | JavadocMethod | Expected @return tag. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 152 | |
| javadoc | JavadocMethod | Expected @return tag. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'since'. | 166 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleClass'. | 180 | |
| javadoc | JavadocMethod | Expected @return tag. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleSetName'. | 194 | |
| javadoc | JavadocMethod | Expected @return tag. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 208 | |
| javadoc | JavadocMethod | Expected @return tag. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 222 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'example'. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'externalInfoUrl'. | 251 | |
| javadoc | JavadocMethod | Expected @return tag. | 258 | |
| javadoc | JavadocMethod | Expected @param tag for 'priority'. | 265 | |
| javadoc | JavadocMethod | Expected @return tag. | 274 | |
| javadoc | JavadocMethod | Expected @return tag. | 288 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| javadoc | JavadocMethod | Expected @return tag. | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodeClass'. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'astNodeName'. | 333 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'beginLine'. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'endLine'. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 402 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ruleSetRules' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'nodeNameToNodes' must be private and have accessor methods. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleSet'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodes'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodes'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'rule' must be private and have accessor methods. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'suppressed' must be private and have accessor methods. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| design | VisibilityModifier | Variable 'filename' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'beginLine' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'beginColumn' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'endLine' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'endColumn' must be private and have accessor methods. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| design | VisibilityModifier | Variable 'packageName' must be private and have accessor methods. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| design | VisibilityModifier | Variable 'methodName' must be private and have accessor methods. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| design | VisibilityModifier | Variable 'variableName' must be private and have accessor methods. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery.XPATH_1_0. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery.XPATH_1_0_COMPATIBILITY. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery.XPATH_2_0. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodes'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Expected @return tag. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'choicesByLabel' must be private and have accessor methods. | 16 | |
| design | VisibilityModifier | Variable 'labelsByChoice' must be private and have accessor methods. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| design | VisibilityModifier | Variable 'choices' must be private and have accessor methods. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'theName'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'theDescription'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'theLabels'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'theChoices'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'choiceIndices'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'theUIOrder'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'isMulti'. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.MAX. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.MIN. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 9 | |
| javadoc | JavadocMethod | Expected @param tag for 'theName'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'theDescription'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'lower'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'upper'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'theDefault'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'theUIOrder'. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.LEGAL_PACKAGES. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 8 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'theName'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'theDescription'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'theDefault'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'theLegalPackageNames'. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'theUIOrder'. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'item'. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'legalNamePrefixes'. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.DEFAULT_VALUE. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.DESCRIPTION. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.NAME. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'delimiter'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'theUIOrder'. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodNameAndArgTypes'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'classMethodDelimiter'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodArgDelimiter'. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 19 (max allowed is 5) classes [BooleanMultiProperty, BooleanProperty, CharacterMultiProperty, CharacterProperty, DoubleMultiProperty, DoubleProperty, FloatMultiProperty, FloatProperty, IntegerMultiProperty, IntegerProperty, LongMultiProperty, LongProperty, MethodMultiProperty, MethodProperty, PropertyDescriptorWrapper, StringMultiProperty, StringProperty, TypeMultiProperty, TypeProperty]. | 9 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Expected @param tag for 'propertyDescriptor'. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultValue'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'delim'. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.DEFAULT_VALUE. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.DELIMITER. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.DESC. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.LEGAL_PACKAGES. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.MAX. | 10 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.MIN. | 11 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.PropertyDescriptorFields.NAME. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.MINIMUM_DESCRIPTOR. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.SIGMA_DESCRIPTOR. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.TOP_SCORE_DESCRIPTOR. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| design | VisibilityModifier | Variable 'xpath' must be private and have accessor methods. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'properties' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'ruleChainVisits' must be private and have accessor methods. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.BaseXPath' import. | 20 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 56 | |
| javadoc | JavadocMethod | Expected @return tag. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Expected @return tag. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'occ'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'occurrence'. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Context' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'configuration' must be private and have accessor methods. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.PMD' import. Should be before 'net.sourceforge.pmd.PMDConfiguration'. | 14 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.PMD' import. | 14 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleSetFactory'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'files'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'renderers'. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalThrows | Throwing 'Error' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.PMD' import. Should be before 'net.sourceforge.pmd.PMDConfiguration'. | 16 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.PMD' import. | 16 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'threadList' must be private and have accessor methods. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'report' must be private and have accessor methods. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'suppressed' must be private and have accessor methods. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.AbstractPropertySource'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'propertyDefinitions' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'showSuppressedViolations' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'writer' must be private and have accessor methods. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 15 | |
| design | VisibilityModifier | Variable 'accessor' must be private and have accessor methods. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| design | VisibilityModifier | Variable 'colorize' must be private and have accessor methods. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'report'. | 53 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 105 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 20 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [DOMSource, File, FileInputStream, FileNotFoundException, InputSource, StreamResult, StreamSource, StringProperty, StringReader, StringWriter]. | 38 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'fullTypeName'. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'methods'. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for '<K>'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for '<K>'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'items'. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'items'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'a'. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'values'. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'newValue'. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'values'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'newValues'. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'milliseconds'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'dir'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'recurse'. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AndFilter, File, FileDataSource, FileFinder, FileIterable, OrFilter, ZipDataSource, ZipFile]. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 9 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileNotFoundException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'java.net.HttpURLConnection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RuleSetNotFoundException'. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefixes'. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'tests'. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefixes'. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'a'. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'buf'. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'src'. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| javadoc | JavadocMethod | Expected @param tag for 'strings'. | 456 | |
| javadoc | JavadocMethod | Expected @param tag for 'trimDepth'. | 456 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'map'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'dburi' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'connection' must be private and have accessor methods. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| design | VisibilityModifier | Variable 'returnSourceCodeObjectsStatement' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'returnSourceCodeStatement' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'callableStatement' must be private and have accessor methods. | 81 | |
| design | VisibilityModifier | Variable 'returnType' must be private and have accessor methods. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Unused @param tag for 'user'. | 168 | |
| javadoc | JavadocMethod | Unused @param tag for 'password'. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Unused @param tag for 'source'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceObject'. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Expected @return tag. | 275 | |
| javadoc | JavadocMethod | Expected @return tag. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'dbType'. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'subProtocol'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'subnamePrefix'. | 101 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchString'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 154 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 194 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'userInfo'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'host'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'port'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'query'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'fragment'. | 263 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'dburi'. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Unused @param tag for 'url'. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'jdbcURL'. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.transform.Source' import. Should be before 'javax.xml.transform.URIResolver'. | 7 | |
| imports | ImportOrder | Wrong order for 'javax.xml.transform.Source' import. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.transform.TransformerException' import. Should be before 'javax.xml.transform.URIResolver'. | 8 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| design | VisibilityModifier | Variable 'schema' must be private and have accessor methods. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| design | VisibilityModifier | Variable 'revision' must be private and have accessor methods. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @return tag. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 7 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.io.Reader'. | 8 | |
| imports | CustomImportOrder | 'org.apache.commons.io.input.ReaderInputStream' should be separated from previous import group by one line. | 9 | |
| imports | ImportOrder | 'org.apache.commons.io.input.ReaderInputStream' should be separated from previous imports. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'reader'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataSourceName'. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [CodeEditorTextPane, GridBagConstraints, GridBagLayout, JButton, JLabel, JScrollPane, JTextArea, JTextField]. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'exception'. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BorderLayout, DFACanvas, DefaultListModel, Dimension, ElementWrapper, JList, JPanel, JScrollPane]. | 31 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 93 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMDConfiguration'. | 94 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 95 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 96 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 97 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.SourceCodeProcessor'. | 98 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 99 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 100 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 101 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 102 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 103 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.ParseException'. | 104 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 105 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.AttributeAxisIterator'. | 106 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DFAGraphMethod'. | 107 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DFAGraphRule'. | 108 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 109 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 110 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 111 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.Scope'. | 112 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.ScopedNode'. | 113 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xpath.Initializer'. | 114 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 115 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 117 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 46 (max allowed is 5) classes [ASTListCellRenderer, ASTSelectionListener, AbstractAction, ActionListener, BorderLayout, ButtonGroup, CodeEditorTextPane, CodeHighlightListener, CreateXMLRulePanel, DFAListener, DFAPanel, DOMSource, DefaultListModel, DefaultTreeCellRenderer, DefaultTreeModel, Dimension, File, FileInputStream, FileWriter, Font, JButton, JFrame, JLabel, JList, JMenu, JMenuBar, JMenuItem, JPanel, JRadioButton, JRadioButtonMenuItem, JScrollPane, JSplitPane, JTabbedPane, JTextArea, LanguageVersion, ShowListener, StreamResult, StringReader, StringSelection, StringWriter, SymbolTableListener, TreeWidget, UndoManager, UndoableEditListener, XPathListener, java.awt.event.ComponentAdapter]. | 122 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 79 (max allowed is 10). | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| design | VisibilityModifier | Variable 'i' must be private and have accessor methods. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [PMDConfiguration, RuleContext, RuleSet, RuleSets, SourceCodeProcessor, StringReader]. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 666 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 784 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 793 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 827 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 832 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 862 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 896 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 896 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 900 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 904 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 904 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 911 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 911 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 912 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 924 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 925 | |
| javadoc | JavadocMethod | Expected @return tag. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 936 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 936 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 952 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 955 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 965 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 967 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 968 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 990 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1029 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1029 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'filter' must be private and have accessor methods. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 | |
| design | VisibilityModifier | Variable 'extensions' must be private and have accessor methods. | 9 | |
| design | VisibilityModifier | Variable 'ignoreCase' must be private and have accessor methods. | 10 | |
| javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 15 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreCase'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AndFilter, File, FileExtensionFilter, FilenameFilter, Filter, NotFilter, OrFilter, RegexStringFilter]. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| design | VisibilityModifier | Variable 'regex' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'pattern' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| design | VisibilityModifier | Variable 'endsWith' must be private and have accessor methods. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [ASTModel, ASTNodePopupMenu, BorderLayout, JScrollPane, JTree, MouseAdapter, TreePath]. | 38 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [ASTPanel, BorderLayout, ButtonGroup, FlowLayout, JButton, JLabel, JMenu, JMenuBar, JPanel, JRadioButtonMenuItem, JSplitPane, ParseExceptionHandler, SourceCodePanel, ViewerModel, XPathPanel]. | 38 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BorderLayout, FlowLayout, JButton, JPanel, JScrollPane, JTextArea]. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.awt.BorderLayout' should be separated from previous import group by one line. | 7 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BorderLayout, Color, DefaultHighlighter.DefaultHighlightPainter, JScrollPane, JTextArea, Runnable]. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.ArrayList' should be separated from previous import group by one line. | 7 | |
| javadoc | JavadocMethod | Expected @return tag. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'index'. | 42 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 49 | |
| javadoc | JavadocMethod | Expected @return tag. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 56 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'newValue'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'l'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'l'. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'net.sourceforge.pmd.lang.ast.xpath.Attribute' should be separated from previous import group by one line. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.ArrayList' should be separated from previous import group by one line. | 7 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'childIndex'. | 53 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @return tag. | 71 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 106 | |
| javadoc | JavadocMethod | Expected @return tag. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.ParseException'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.BaseXPath' import. | 18 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'languageVersion'. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 64 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JaxenException'. | 64 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.AbstractRule'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.IntegerProperty'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 23 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [DummyNode, IntegerProperty, MyOtherRule, MyRule, ParametricRuleViolation, Report, RuleContext, junit.framework.JUnit4TestAdapter]. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.CSVRenderer'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.Renderer'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ClasspathClassLoader'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageFilenameFilter'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.Renderer'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.XMLRenderer'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.stat.Metric'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 23 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [DummyNode, Metric, MockRule, ParametricRuleViolation, Report, RuleContext, StringWriter, XMLRenderer]. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 10 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 11 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 9 | |
| imports | ImportOrder | 'junit.framework.JUnit4TestAdapter' should be separated from previous imports. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Dummy2LanguageModule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 16 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotSame. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 10 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 11 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ResourceLoader'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 630 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 705 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 740 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 757 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 780 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 809 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 823 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 831 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 846 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 854 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 874 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 914 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 934 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 956 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 973 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 977 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 979 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 992 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1005 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1013 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1040 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1040 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1046 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1046 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1052 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1052 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.aResponse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.findAll. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.get. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.getRequestedFor. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.head. | 10 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.headRequestedFor. | 11 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.stubFor. | 12 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo. | 13 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.urlMatching. | 14 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.github.tomakehurst.wiremock.client.WireMock.verify. | 15 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 16 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 16 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 17 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 10 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Dummy2LanguageModule'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 28 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [DummyNode, File, FooRule, MockRule, PMD, Report, RuleContext, RuleSet, RuleSets]. | 31 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 10 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ByteArrayOutputStream, RuleReference, RuleSet, RuleSetFactory, RuleSetReference, RuleSetWriter]. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 21 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [DummyNode, JUnit4TestAdapter, MockRule, ParametricRuleViolation, Random, RuleContext, RuleViolation]. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | 'junit.framework.JUnit4TestAdapter' should be separated from previous imports. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.MockRule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.CSVRenderer'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.HTMLRenderer'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.TextRenderer'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.XMLRenderer'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 10 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ByteArrayInputStream, Mark, Match, TokenEntry, XMLRenderer, junit.framework.JUnit4TestAdapter]. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.AbstractNode'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xpath.MatchesFunction'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Context' import. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 8 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.ast.DummyNode' should be separated from previous imports. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.RootNode'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.mockito.Mockito.mock. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.mockito.Mockito.when. | 9 | |
| imports | ImportOrder | 'net.sourceforge.pmd.RuleViolation' should be separated from previous imports. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptorFactory'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptorFields'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.factories.PropertyDescriptorUtil'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.CollectionUtil'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 17 | |
| imports | UnusedImports | Unused import - org.junit.Assume. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| design | VisibilityModifier | Variable 'typeName' must be private and have accessor methods. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.EnumeratedMultiProperty'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.EnumeratedProperty'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assume' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.MethodMultiProperty'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.MethodProperty'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ClassUtil'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 5) classes [BooleanMultiProperty, BooleanProperty, CharacterMultiProperty, CharacterProperty, EnumeratedMultiProperty, EnumeratedProperty, FloatMultiProperty, FloatProperty, IntegerMultiProperty, IntegerProperty, LongMultiProperty, LongProperty, MethodMultiProperty, MethodProperty, StringMultiProperty, StringProperty, TypeMultiProperty, TypeProperty]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 10 | |
| imports | ImportOrder | 'net.sourceforge.pmd.Rule' should be separated from previous imports. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.cpd.ReportException'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.CollectionUtil'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.NumericConstants'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.FooRule' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.FooRule'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report.ProcessingError'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ReportTest'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DummyNode, FooRule, ParametricRuleViolation, Report, Report.ProcessingError, RuleContext]. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.FooRule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report.ProcessingError'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ReportTest'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Assert' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 16 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DummyNode, FooRule, ParametricRuleViolation, Report, RuleContext, XSLTRenderer]. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report.ProcessingError'. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.MINIMUM_DESCRIPTOR. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.SIGMA_DESCRIPTOR. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.rule.stat.StatisticalRule.TOP_SCORE_DESCRIPTOR. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 37 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 38 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 39 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 40 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 41 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 42 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.DummyNode'. | 43 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 44 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.stat.StatisticalRule'. | 45 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 47 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [DataPoint, DummyNode, MockStatisticalRule, Random, Report, RuleContext, junit.framework.JUnit4TestAdapter]. | 84 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 163 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 163 | |
| javadoc | JavadocMethod | Expected @return tag. | 182 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'minimum'. | 190 | |
| javadoc | JavadocMethod | Expected @return tag. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'sigma'. | 203 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Expected @return tag. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'minimum'. | 222 | |
| javadoc | JavadocMethod | Expected @return tag. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'minimum'. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Expected @return tag. | 249 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 257 | |
| javadoc | JavadocMethod | Expected @return tag. | 268 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 514 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 547 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 562 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 563 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 593 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 594 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 610 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 636 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 650 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 651 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 655 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 665 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 666 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 670 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 675 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 689 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 690 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 694 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 709 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 710 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 714 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 734 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 738 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 740 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 746 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 750 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 752 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 758 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 762 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 763 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 776 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 781 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 786 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 791 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 797 | |
| javadoc | JavadocMethod | Expected @param tag for 'sigma'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'minimum'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'topScore'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'expected'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'delta'. | 808 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 851 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 865 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ReadableDurationTest'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Assert'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Expected @return tag. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'reader'. | 59 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'resultSet'. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 77 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 64 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.net.URI' import. | 8 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 97 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 111 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 111 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 126 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 126 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 156 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 156 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 202 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 202 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 216 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 216 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 245 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 260 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 260 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 274 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 274 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 289 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 289 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 303 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 319 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 338 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 352 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 367 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 381 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 381 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 396 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 396 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 410 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 424 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 440 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 455 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 471 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 471 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 489 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 489 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 507 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 507 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 525 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 541 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 541 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 559 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 559 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 577 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 577 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 594 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 594 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 610 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 624 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 624 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 640 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 640 | |
| javadoc | JavadocMethod | Expected @throws tag for 'URISyntaxException'. | 656 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.DummyLanguageModule' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DummyLanguageModule'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.TokenManager'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.cpp.CppLanguageModule'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.cpp.ast.Token'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.IOUtil'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 21 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.cpp.CppLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Properties' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 13 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [CPPTokenizer, Properties, SourceCode, SourceCode.StringCodeLoader, Tokens, junit.framework.JUnit4TestAdapter]. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.AbstractLanguageVersionTest'. | 6 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.AbstractLanguageVersionTest. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.fortran.FortranLanguageModule'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.pmd.lang.*. | 9 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AbstractASTXPathHandler, DataFlowFacade, DumpFacade, JavaDFAGraphRule, JavaDataFlowHandler, SymbolFacade, TypeResolutionFacade, VisitorStarter]. | 32 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [Java13Handler, Java14Handler, Java15Handler, Java16Handler, Java17Handler, Java18Handler]. | 9 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Expected @return tag. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Expected @return tag. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 24 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Expected @return tag. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Expected @return tag. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Expected @return tag. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Expected @return tag. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected @return tag. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Expected @return tag. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Expected @return tag. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'lines'. | 135 | |
| misc | UncommentedMain | Uncommented main method found. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 14 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 14 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 19 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 114 (max allowed is 10). | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'equality'. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'operator'. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'equality'. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.pmd.lang.java.ast.*. | 12 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 116 (max allowed is 10). | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 514 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 526 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'accessType' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| design | VisibilityModifier | Variable 'checkIPv4' must be private and have accessor methods. | 34 | |
| design | VisibilityModifier | Variable 'checkIPv6' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'checkIPv4MappedIPv6' must be private and have accessor methods. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'nullCompareVariable'. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'results'. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'variableName'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'apeLeft'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'apeRight'. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 37 | |
| javadoc | JavadocMethod | Expected @return tag. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 38 | |
| design | VisibilityModifier | Variable 'highestDecisionPoints' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'methodCount' must be private and have accessor methods. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'entryStack' must be private and have accessor methods. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit' should be separated from previous import group by one line. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 31 | |
| design | VisibilityModifier | Variable 'accessType' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'var'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'startLine'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'endLine'. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'var'. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'startLine'. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'endLine'. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'nameNode'. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Expected @return tag. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTArgumentList'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTBlock'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTBlockStatement'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceType'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTConstructorDeclaration'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTIfStatement'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTLocalVariableDeclaration'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTName'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryExpression'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryPrefix'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimarySuffix'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTReferenceType'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTReturnStatement'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTStatementExpression'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTTryStatement'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTType'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableInitializer'. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 33 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringMultiProperty'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.JaxenException' import. | 36 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 491 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| design | VisibilityModifier | Variable 'className' must be private and have accessor methods. | 536 | |
| design | VisibilityModifier | Variable 'calledMethods' must be private and have accessor methods. | 537 | |
| design | VisibilityModifier | Variable 'allMethodsOfClass' must be private and have accessor methods. | 538 | |
| design | VisibilityModifier | Variable 'calledConstructors' must be private and have accessor methods. | 540 | |
| design | VisibilityModifier | Variable 'allPrivateConstructorsOfClass' must be private and have accessor methods. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 562 | |
| javadoc | JavadocMethod | Expected @param tag for 'ep'. | 569 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 | |
| javadoc | JavadocMethod | Expected @return tag. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 608 | |
| javadoc | JavadocMethod | Expected @return tag. | 651 | |
| javadoc | JavadocMethod | Expected @param tag for 'classMethodMap'. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| javadoc | JavadocMethod | Expected @param tag for 'classConstructorMap'. | 687 | |
| javadoc | JavadocMethod | Expected @param tag for 'evaluatedMethods'. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 702 | |
| javadoc | JavadocMethod | Expected @return tag. | 727 | |
| javadoc | JavadocMethod | Expected @param tag for 'classConstructorMap'. | 727 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 848 | |
| javadoc | JavadocMethod | Expected @param tag for 'calledMethods'. | 848 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 848 | |
| javadoc | JavadocMethod | Expected @param tag for 'className'. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 854 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 854 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 870 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 870 | |
| javadoc | JavadocMethod | Expected @param tag for 'className'. | 870 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 888 | |
| javadoc | JavadocMethod | Expected @return tag. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 907 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 943 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Expected @return tag. | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTAllocationExpression'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTArgumentList'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCastExpression'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCatchStatement'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceType'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTName'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryExpression'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryPrefix'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTThrowStatement'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclarator'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.JaxenException' import. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseNode'. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Unused @param tag for 'node'. | 157 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'ifNode'. | 161 | |
| javadoc | JavadocMethod | Unused @param tag for 'node'. | 176 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'ifNode'. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'level'. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.rule.properties.BooleanProperty' import. Should be before 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 24 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.rule.properties.BooleanProperty' import. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'singleTypePkg'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'singleTypeName'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 23 | |
| design | VisibilityModifier | Variable 'imports' must be private and have accessor methods. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 12 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 12 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodParent'. | 60 | |
| javadoc | JavadocMethod | Expected @return tag. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'expression'. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.optimizations.AbstractOptimizationRule'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringMultiProperty'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.JaxenException' import. | 20 | |
| design | VisibilityModifier | Variable 'guardStmtByLogLevel' must be private and have accessor methods. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 32 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 38 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.ast.Node' import. Should be before 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 11 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.ast.Node' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.ast.Node' import. Should be before 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 16 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.ast.Node' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.java.typeresolution.TypeHelper' import. Should be before 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 16 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.java.typeresolution.TypeHelper' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertySource'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTAnnotation'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTLiteral'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.BooleanProperty'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.CharacterProperty'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.FileProperty'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.IntegerProperty'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 31 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BooleanProperty, BufferedReader, CharacterProperty, ExceptionParser, FileProperty, FileReader, IntegerProperty, LineNumberReader, StringProperty]. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'concurrentCount'. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.ast.Node' import. Should be before 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 11 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.ast.Node' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'decl'. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Expected @return tag. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'ctx'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'parameter'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'bs'. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Expected @return tag. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'decl'. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [ASTFormalParameter, ASTFormalParameters, ASTMethodDeclaration, ASTMethodDeclarator, ASTType, ASTVariableDeclaratorId, ImageFinderFunction, JavaNameOccurrence, MethodNameDeclaration, SimpleTypedNameDeclaration, ThreadLocal]. | 40 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ClassNameDeclaration, ClassScope, LocalScope, MethodNameDeclaration, MethodScope, SourceFileScope, Stack, VariableNameDeclaration]. | 49 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 34 (max allowed is 10). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Collections' should be separated from previous import group by one line. | 7 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ClassNotFoundException, CurrentPackageResolver, ExplicitImportResolver, FullyQualifiedNameResolver, ImplicitImportResolver, ImportOnDemandResolver, PrimitiveTypeResolver, VoidResolver]. | 19 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| design | VisibilityModifier | Variable 'pmdClassLoader' must be private and have accessor methods. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 55 (max allowed is 10). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 638 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 638 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 640 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 669 | |
| javadoc | JavadocMethod | Expected @return tag. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 681 | |
| javadoc | JavadocMethod | Expected @param tag for 'fullyQualifiedClassName'. | 681 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 735 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 739 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 746 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 746 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.objectweb.asm.ClassReader' import. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'method'. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.objectweb.asm.AnnotationVisitor' should be separated from previous import group by one line. | 10 | |
| imports | ImportOrder | 'org.objectweb.asm.AnnotationVisitor' should be separated from previous imports. | 10 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'innerClasses' must be private and have accessor methods. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| javadoc | JavadocMethod | Expected @param tag for 'cst'. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.AbstractNode'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.Comment'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Context' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.TypeNode'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Context' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.TestDescriptor'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 17 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [JUnit4TestAdapter, PMD, Report, RuleContext, RuleSet, RuleSets, StringReader, TestDescriptor]. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionDiscoverer'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous imports. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.FileUtil'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandLine'. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTImportDeclaration'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryExpression'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryPrefix'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTStatement'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.BaseXPath' import. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.JavaLanguageModule. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'junit.framework.JUnit4TestAdapter' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.FooRule'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.rule.AbstractJavaRule'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.java.ParserTst' should be separated from previous imports. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 5 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 5 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 6 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 4 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 4 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 5 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 6 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 486 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 10 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 11 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 20 | |
| imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 22 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ASTAssignmentOperator, ASTBlock, ASTBlockStatement, ASTMethodDeclaration, ASTName, ASTReturnStatement, ASTStatement, junit.framework.JUnit4TestAdapter]. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclarator'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 526 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 686 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 709 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 735 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.NodeType'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.StartOrEndDataFlowNode'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclarator'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.NodeType'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ParserTst'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTConstructorDeclaration'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTExpression'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTStatementExpression'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclarator'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.Structure'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.dfa.VariableAccess' should be separated from previous imports. | 4 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.VariableAccess'. | 4 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTFormalParameter'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ScopeAndDeclarationFinder'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.StringProperty'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.xpath.JaxenXPathRuleQuery'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.xpath.SaxonXPathRuleQuery'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [JaxenXPathRuleQuery, PMD, Report, RuleContext, RuleSet, RuleSets, SaxonXPathRuleQuery, StringProperty, StringReader, XPathRule, junit.framework.JUnit4TestAdapter]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 39 | |
| design | VisibilityModifier | Variable 'rule' must be private and have accessor methods. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.FormalComment'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.MultiLineComment'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.Token'. | 20 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'condition'. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.SimpleAggregatorTst'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'junit.framework.TestCase' should be separated from previous import group by one line. | 4 | |
| imports | ImportOrder | 'junit.framework.TestCase' should be separated from previous imports. | 4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTBlock'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCatchStatement'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTEqualityExpression'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTInitializer'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration'. | 23 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.Scope'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 28 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.Applier'. | 10 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.Applier. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.UnaryFunction'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.DummyJavaNode'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.JavaNode'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration'. | 21 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ClassScope'. | 22 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ClassScope. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.MethodNameDeclaration'. | 23 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.MethodNameDeclaration. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence'. | 24 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence' import. | 24 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 25 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ASTVariableDeclaratorId, ClassScope, DummyJavaNode, JavaNameOccurrence, VariableNameDeclaration, junit.framework.JUnit4TestAdapter]. | 30 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration'. | 9 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.Scope'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ImageFinderFunction'. | 12 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ImageFinderFunction. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 13 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTFormalParameter'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTLocalVariableDeclaration'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTName'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryPrefix'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.LocalScope'. | 18 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.LocalScope. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.MethodScope'. | 19 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.MethodScope. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence'. | 20 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence' import. | 20 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 21 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ClassScope'. | 11 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ClassScope. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.MethodScope'. | 10 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.MethodScope. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTPrimaryExpression'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence'. | 14 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.NameFinder'. | 15 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.NameFinder. | 15 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.SymbolFacade. | 10 | |
| design | VisibilityModifier | Variable 'acu' must be private and have accessor methods. | 14 | |
| design | VisibilityModifier | Variable 'stb' must be private and have accessor methods. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.JavaLanguageModule'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTLambdaExpression'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTIfStatement'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.LocalScope'. | 9 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.LocalScope. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration'. | 11 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.SourceFileScope'. | 12 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.SourceFileScope. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.PMD' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.TypeSet'. | 8 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.TypeSet. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.typeresolution.PMDASMClassLoader'. | 9 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting group 'STANDARD_JAVA_PACKAGE' on this line. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 11 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 13 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [TypeSet, TypeSet.CurrentPackageResolver, TypeSet.ExplicitImportResolver, TypeSet.ImplicitImportResolver, TypeSet.ImportOnDemandResolver, TypeSet.PrimitiveTypeResolver, TypeSet.VoidResolver, junit.framework.JUnit4TestAdapter]. | 17 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTFormalParameter'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTTryStatement'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration'. | 15 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 16 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.Scope'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.ast.DummyJavaNode'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.Applier'. | 12 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.Applier. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence'. | 13 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.JavaNameOccurrence. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration'. | 14 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.symboltable.VariableUsageFinderFunction'. | 15 | |
| imports | RedundantImport | Redundant import from the same package - net.sourceforge.pmd.lang.java.symboltable.VariableUsageFinderFunction. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameDeclaration'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.symboltable.NameOccurrence'. | 17 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 19 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ASTVariableDeclaratorId, DummyJavaNode, JavaNameOccurrence, VariableNameDeclaration, VariableUsageFinderFunction, junit.framework.JUnit4TestAdapter]. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 7 | |
| imports | CustomImportOrder | 'java.io.InputStream' should be separated from previous import group by one line. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 8 | |
| imports | CustomImportOrder | 'org.jaxen.JaxenException' should be separated from previous import group by one line. | 12 | |
| imports | ImportOrder | 'org.jaxen.JaxenException' should be separated from previous imports. | 12 | |
| imports | CustomImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous import group by one line. | 14 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous imports. | 14 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 501 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.java.typeresolution.PMDASMClassLoader'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'findClassCalls' must be private and have accessor methods. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'list' must be private and have accessor methods. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'x' must be private and have accessor methods. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 7 | |
| design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 7 | |
| design | VisibilityModifier | Variable 'boolean1' must be private and have accessor methods. | 8 | |
| design | VisibilityModifier | Variable 'boolean2' must be private and have accessor methods. | 9 | |
| design | VisibilityModifier | Variable 'obj' must be private and have accessor methods. | 10 | |
| design | VisibilityModifier | Variable 'byte1' must be private and have accessor methods. | 11 | |
| design | VisibilityModifier | Variable 'byte2' must be private and have accessor methods. | 12 | |
| design | VisibilityModifier | Variable 'byte3' must be private and have accessor methods. | 13 | |
| design | VisibilityModifier | Variable 'short1' must be private and have accessor methods. | 14 | |
| design | VisibilityModifier | Variable 'short2' must be private and have accessor methods. | 15 | |
| design | VisibilityModifier | Variable 'short3' must be private and have accessor methods. | 16 | |
| design | VisibilityModifier | Variable 'char1' must be private and have accessor methods. | 17 | |
| design | VisibilityModifier | Variable 'char2' must be private and have accessor methods. | 18 | |
| design | VisibilityModifier | Variable 'char3' must be private and have accessor methods. | 19 | |
| design | VisibilityModifier | Variable 'char4' must be private and have accessor methods. | 20 | |
| design | VisibilityModifier | Variable 'int1' must be private and have accessor methods. | 21 | |
| design | VisibilityModifier | Variable 'int2' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'int3' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'int4' must be private and have accessor methods. | 24 | |
| design | VisibilityModifier | Variable 'long1' must be private and have accessor methods. | 25 | |
| design | VisibilityModifier | Variable 'long2' must be private and have accessor methods. | 26 | |
| design | VisibilityModifier | Variable 'long3' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'long4' must be private and have accessor methods. | 28 | |
| design | VisibilityModifier | Variable 'long5' must be private and have accessor methods. | 29 | |
| design | VisibilityModifier | Variable 'long6' must be private and have accessor methods. | 30 | |
| design | VisibilityModifier | Variable 'long7' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'float1' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'float2' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'float3' must be private and have accessor methods. | 34 | |
| design | VisibilityModifier | Variable 'float4' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'float5' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'double1' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'double2' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'double3' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'double4' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'double5' must be private and have accessor methods. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @return tag. | 174 | |
| design | VisibilityModifier | Variable 'wrapped' must be private and have accessor methods. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 5 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, File, FileReader, MyClass, SQLException, java.util.zip.ZipFile]. | 23 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 5 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| design | VisibilityModifier | Variable 'r1' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'theFunction' must be private and have accessor methods. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | Checker | Got an exception - com.puppycrawl.tools.checkstyle.api.CheckstyleException: TokenStreamRecognitionException occurred while parsing file /home/zenigata/workspace/contribution/checkstyle-tester/src/main/java/pmd/pmd-java/src/test/resources/net/sourceforge/pmd/cpd/badandgood/BadFile.java. at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:100) at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:181) at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:83) at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:320) at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:290) at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:217) at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:252) at org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:473) at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:154) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:219) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:317) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: line 4:14: Unexpected character 0xfffd in identifier at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer.nextToken(GeneratedJavaLexer.java:405) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at antlr.TokenStreamHiddenTokenFilter.nextToken(TokenStreamHiddenTokenFilter.java:134) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compoundStatement(GeneratedJavaRecognizer.java:3941) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.field(GeneratedJavaRecognizer.java:3332) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classBlock(GeneratedJavaRecognizer.java:2542) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classDefinition(GeneratedJavaRecognizer.java:634) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinitionInternal(GeneratedJavaRecognizer.java:556) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinition(GeneratedJavaRecognizer.java:389) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:202) at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:94) ... 35 more |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Ignore' should be separated from previous import group by one line. | 8 | |
| imports | ImportOrder | 'org.junit.Ignore' should be separated from previous imports. | 8 | |
| imports | CustomImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous import group by one line. | 10 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous imports. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 8 | |
| imports | ImportOrder | 'org.junit.Test' should be separated from previous imports. | 8 | |
| imports | CustomImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous import group by one line. | 9 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous imports. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'net.sourceforge.pmd.typeresolution.testdata.UsesRepeatableAnnotations.Multitude' should be separated from previous import group by one line. | 9 | |
| imports | ImportOrder | 'net.sourceforge.pmd.typeresolution.testdata.UsesRepeatableAnnotations.Multitude' should be separated from previous imports. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.mozilla.javascript.Context' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 12 | |
| imports | ImportOrder | Wrong order for 'org.mozilla.javascript.Context' import. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Expected @return tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Expected @return tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Expected @return tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.mozilla.javascript.ast.AstNode' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'org.mozilla.javascript.ast.AstNode' import. | 8 | |
| design | VisibilityModifier | Variable 'node' must be private and have accessor methods. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Expected @return tag. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 36 | |
| javadoc | JavadocMethod | Expected @return tag. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.mozilla.javascript.ast.AstNode' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 8 | |
| imports | ImportOrder | Wrong order for 'org.mozilla.javascript.ast.AstNode' import. | 8 | |
| javadoc | JavadocMethod | Expected @return tag. | 15 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 15 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Expected @return tag. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.ParseException'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptions'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 16 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 24 | |
| design | VisibilityModifier | Variable 'parserOptions' must be private and have accessor methods. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 50 (max allowed is 10). | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 50 (max allowed is 10). | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.mozilla.javascript.ast.ArrayComprehension' import. | 15 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 55 (max allowed is 10). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory' import. Should be before 'net.sourceforge.pmd.lang.rule.ParametricRuleViolation'. | 12 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.EcmascriptLanguageModule'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.LanguageRegistry' should be separated from previous imports. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.EcmascriptLanguageModule'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.ast.ASTFunctionNode'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.rule.AbstractEcmascriptRule'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.rule.EcmascriptRuleViolationFactory'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.FileUtil'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.ParserOptionsTest.verifyOptionsEqualsHashcode. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 10 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.ParserOptions' should be separated from previous imports. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.rule.AbstractEcmascriptRule'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.BooleanProperty'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.Ecmascript3Parser'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptions'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ecmascript.rule.AbstractEcmascriptRule'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 23 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 8 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Expected @return tag. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Expected @return tag. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Expected @return tag. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Expected @return tag. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 42 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 12 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 12 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 12 | |
| javadoc | JavadocMethod | Expected @return tag. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'closingTagName'. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'startLine'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'startColumn'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'startTagName'. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'endLine'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'endColumn'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'endTagName'. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleName'. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementNode'. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Assert.assertEquals' should be separated from previous import group by one line. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 4 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionDiscoverer'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.jsp.JspLanguageModule'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.jsp.JspLanguageModule'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'allNodes'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'nodes'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 4 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 16 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 24 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 32 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 42 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocMethod | Expected @return tag. | 858 | |
| javadoc | JavadocMethod | Expected @param tag for 'elements'. | 858 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 868 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 869 | |
| javadoc | JavadocMethod | Expected @return tag. | 883 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 883 | |
| javadoc | JavadocMethod | Expected @param tag for 'elements'. | 883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 893 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 904 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 908 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 910 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 915 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 917 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 920 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 923 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 926 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 929 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 939 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 942 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 945 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 948 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 951 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 954 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 960 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 963 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 969 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 972 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 975 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 979 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 982 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 985 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 994 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 997 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1007 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1011 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1014 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1017 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1023 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1029 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1036 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1042 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1049 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1056 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1059 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1062 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1066 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 5 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 7 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.jsp.JspLanguageModule'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.RuleTst'. | 17 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 19 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [PMD, Report, RuleContext, RuleSet, RuleSets, StringReader, XPathRule, junit.framework.JUnit4TestAdapter]. | 22 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 22 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 30 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.TokenManager'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.matlab.MatlabLanguageModule'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.matlab.ast.Token'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.IOUtil'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.matlab.MatlabLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.TokenManager'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.objectivec.ObjectiveCLanguageModule'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.objectivec.ast.Token'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.objectivec.ObjectiveCLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.php.PhpLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'net.sf.saxon.sxpath.IndependentContext' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sf.saxon.sxpath.IndependentContext'. | 7 | |
| imports | ImportOrder | Extra separation in import group before 'net.sourceforge.pmd.lang.AbstractLanguageVersionHandler' | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.AbstractLanguageVersionHandler'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.DataFlowHandler'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.VisitorStarter'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.XPathHandler'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DFAGraphRule'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTInput'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.DumpFacade'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.PLSQLNode'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.dfa.DFAPLSQLGraphRule'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.dfa.DataFlowFacade'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.rule.PLSQLRuleViolationFactory'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.symboltable.SymbolFacade'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleViolationFactory'. | 25 | |
| imports | CustomImportOrder | 'org.jaxen.Navigator' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Navigator' import. | 26 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [DFAPLSQLGraphRule, DataFlowFacade, DocumentNavigator, DumpFacade, PLSQLDataFlowHandler, PLSQLParser, SymbolFacade, VisitorStarter, XPathHandler]. | 34 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 34 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Expected @return tag. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| javadoc | JavadocMethod | Expected @return tag. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Expected @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Expected @return tag. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Expected @return tag. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 12 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 13 | |
| design | VisibilityModifier | Variable 'scope' must be private and have accessor methods. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Expected @return tag. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'image'. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 13 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 13 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 16 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 137 (max allowed is 10). | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 37 (max allowed is 10). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| javadoc | JavadocMethod | Expected @return tag. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 303 | |
| javadoc | JavadocMethod | Expected @return tag. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 638 | |
| javadoc | JavadocMethod | Expected @return tag. | 661 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 661 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 661 | |
| javadoc | JavadocMethod | Expected @return tag. | 682 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 682 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 682 | |
| javadoc | JavadocMethod | Expected @return tag. | 703 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 703 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 703 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 748 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - net.sourceforge.pmd.lang.plsql.ast.*. | 13 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 141 (max allowed is 10). | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 791 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTPackageBody' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTPackageSpecification'. | 13 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTPackageBody' import. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTInput' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 15 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTInput' import. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTConditionalOrExpression' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 16 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTConditionalOrExpression' import. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTLoopStatement' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTExpression' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 18 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTExpression' import. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTForStatement' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTIfStatement' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTElsifClause' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 21 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTElsifClause' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTMethodDeclarator' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTProgramUnit' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTTriggerUnit' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTTriggerTimingPointSection' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 25 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTTriggerTimingPointSection' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTCaseStatement' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 26 | |
| imports | ImportOrder | Wrong order for 'net.sourceforge.pmd.lang.plsql.ast.ASTCaseStatement' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTCaseWhenClause' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeMethod' import. Should be before 'net.sourceforge.pmd.lang.plsql.ast.ASTTypeSpecification'. | 28 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| design | VisibilityModifier | Variable 'highestDecisionPoints' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'methodCount' must be private and have accessor methods. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Expected @return tag. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'net.sourceforge.pmd.lang.plsql.ast.PLSQLNode' | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ClassNameDeclaration, ClassScope, LocalScope, MethodNameDeclaration, MethodScope, SourceFileScope, Stack, VariableNameDeclaration]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 43 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 287 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ClassNotFoundException, CurrentPackageResolver, ExplicitImportResolver, FullyQualifiedNameResolver, ImplicitImportResolver, ImportOnDemandResolver, PrimitiveTypeResolver, VoidResolver]. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 52 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapter'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionDiscoverer'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.PLSQLLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.PLSQLLanguageModule'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'net.sourceforge.pmd.lang.plsql.ast.ASTInput' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'net.sourceforge.pmd.lang.plsql.ast.PLSQLParserVisitor' | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTInput'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 3 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 4 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.AbstractNode'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.DataFlowNode'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.NodeType'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.dfa.StartOrEndDataFlowNode'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.AbstractPLSQLParserTst'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.PLSQLLanguageModule'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTExpression'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTMethodDeclaration'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTProgramUnit'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.ASTVariableOrConstantDeclarator'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.plsql.ast.PLSQLNode'. | 20 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 22 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 25 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.TokenManager'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.python.PythonLanguageModule'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.python.ast.Token'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.IOUtil'. | 15 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionDiscoverer'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.python.PythonLanguageModule'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.python.PythonLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 10 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ruby.RubyLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.cpd.SourceCode'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.cpd.TokenEntry'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.cpd.Tokenizer'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.cpd.Tokens'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.TokenMgrError'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.sonar.plugins.scala.compiler.Lexer' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.scala.ScalaLanguageModule'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.testframework.AbstractTokenizerTest'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.FileUtils' import. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | 'net.sourceforge.pmd.ant.SourceLanguage' should be separated from previous imports. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.ant.SourceLanguage'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Language'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 5 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 8 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Language'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleReference'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.XPathRule'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.ResourceLoader'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.BeforeClass' import. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedReader, ByteArrayInputStream, ByteArrayOutputStream, InputStreamReader, Properties, RuleSetFactory, RuleSetNotFoundException, RuleSetReferenceId, RuleSetWriter, StringTokenizer, ValidateDefaultHandler]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - java.io.File.separator. | 3 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 5 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 | |
| design | VisibilityModifier | Variable 'pathToTestScript' must be private and have accessor methods. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 20 | |
| design | VisibilityModifier | Variable 'antTestScriptFilename' must be private and have accessor methods. | 20 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| design | VisibilityModifier | Variable 'mvnWorkaround' must be private and have accessor methods. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 14 | |
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| design | VisibilityModifier | Variable 'originalOut' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'originalErr' must be private and have accessor methods. | 33 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 8 | |
| design | VisibilityModifier | Variable 'expectedTokenCount' must be private and have accessor methods. | 22 | |
| design | VisibilityModifier | Variable 'tokenizer' must be private and have accessor methods. | 23 | |
| design | VisibilityModifier | Variable 'sourceCode' must be private and have accessor methods. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 12 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 14 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BlockJUnit4ClassRunner, Comparator, Failure, InitializationError, NoTestsRemainException, TestClass]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMD'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PMDException'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.PropertyDescriptor'. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Report'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSet'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetFactory'. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSetNotFoundException'. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleSets'. | 33 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleViolation'. | 34 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 35 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 36 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.renderers.TextRenderer'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [PMD, Properties, Report, RuleContext, RuleSet, RuleSetFactory, RuleSets, StringReader, StringWriter, TestDescriptor, TextRenderer]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 10). | 47 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleSet'. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleName'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'code'. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'report'. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'languageVersion'. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 216 | |
| javadoc | JavadocMethod | Expected @return tag. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Expected @return tag. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'testsFileName'. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseDirectory'. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.runner.RunWith' import. | 11 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'rule'. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'testsFileName'. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'tests'. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleSet'. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleName'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Expected @return tag. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.Rule'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| design | VisibilityModifier | Variable 'val' must be private and have accessor methods. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'strictMode' must be private and have accessor methods. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 45 | |
| javadoc | JavadocMethod | Expected @return tag. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| design | VisibilityModifier | Variable 'strictRef' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'toStringNullCheck' must be private and have accessor methods. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 52 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.AbstractNode'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang3.text.StrBuilder' import. | 27 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'state' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'invalid' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable 'last' must be private and have accessor methods. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| design | VisibilityModifier | Variable 'templateName' must be private and have accessor methods. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'i'. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'i'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 103 | |
| javadoc | JavadocMethod | Expected @return tag. | 110 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 125 | |
| javadoc | JavadocMethod | Expected @return tag. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'recurse'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 164 | |
| javadoc | JavadocMethod | Expected @return tag. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Expected @return tag. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 209 | |
| javadoc | JavadocMethod | Expected @return tag. | 216 | |
| javadoc | JavadocMethod | Expected @return tag. | 230 | |
| javadoc | JavadocMethod | Expected @return tag. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'templateName'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentToken'. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'sb'. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentTokenVal'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'expectedTokenSequencesVal'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'tokenImageVal'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'templateNameVal'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentTokenVal'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'expectedTokenSequencesVal'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'tokenImageVal'. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'sb'. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'EOFSeen'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'lexState'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorLine'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorColumn'. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorAfter'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'curChar'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 13 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 13 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 13 | |
| javadoc | JavadocMethod | Expected @return tag. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitor'. | 18 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 43 (max allowed is 10). | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @return tag. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Expected @return tag. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'column'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'column'. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'templateName'. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Expected @return tag. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| design | VisibilityModifier | Variable 'literalText' must be private and have accessor methods. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Expected @return tag. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Expected @return tag. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'arr'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 44 (max allowed is 10). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.commons.lang3.StringUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 15 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang3.StringUtils' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.commons.lang3.StringUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 12 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang3.StringUtils' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.commons.lang3.StringUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 14 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang3.StringUtils' import. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [Break, Define, Evaluate, Foreach, Include, Literal, Macro, Parse, Stop]. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'directive'. | 39 | |
| javadoc | JavadocMethod | Expected @return tag. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 47 | |
| javadoc | JavadocMethod | Expected @return tag. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'bufsize' must be private and have accessor methods. | 44 | |
| design | VisibilityModifier | Variable 'available' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'tokenBegin' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'bufpos' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 180 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Expected @return tag. | 234 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 234 | |
| javadoc | JavadocMethod | Expected @return tag. | 265 | |
| javadoc | JavadocMethod | Expected @return tag. | 274 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 | |
| javadoc | JavadocMethod | Expected @return tag. | 290 | |
| javadoc | JavadocMethod | Expected @return tag. | 298 | |
| javadoc | JavadocMethod | Expected @return tag. | 306 | |
| javadoc | JavadocMethod | Expected @param tag for 'amount'. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 331 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 331 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 348 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 348 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 359 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 359 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 383 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 405 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 405 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 406 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 417 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffersize'. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstream'. | 427 | |
| javadoc | JavadocMethod | Expected @param tag for 'startline'. | 427 | |
| javadoc | JavadocMethod | Expected @param tag for 'startcolumn'. | 428 | |
| javadoc | JavadocMethod | Expected @return tag. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| javadoc | JavadocMethod | Expected @return tag. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'len'. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'newLine'. | 484 | |
| javadoc | JavadocMethod | Expected @param tag for 'newCol'. | 484 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.vm.VmLanguageModule'. | 8 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 11 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 13 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sf.saxon.sxpath.IndependentContext'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.AbstractLanguageVersionHandler'. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 10 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.VisitorStarter'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.XPathHandler'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.RuleViolationFactory'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.DumpFacade'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.XmlNode'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.rule.XmlRuleViolationFactory'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.jaxen.Navigator' import. | 21 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DocumentNavigator, DumpFacade, VisitorStarter, XPathHandler, XmlParser, XmlParserOptions]. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 11 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 14 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 15 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 16 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.xml.ast.XmlNode.BEGIN_COLUMN. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.xml.ast.XmlNode.BEGIN_LINE. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.xml.ast.XmlNode.END_COLUMN. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.xml.ast.XmlNode.END_LINE. | 9 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationHandler' import. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.CompoundIterator'. | 19 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Document' import. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.ParseException'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.RootNode'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlParserOptions'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.io.IOUtils' import. | 24 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [DOMLineNumbers, InputSource, LinkedHashSet, ParseException, StringReader, XmlNodeInvocationHandler]. | 30 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 30 | |
| design | VisibilityModifier | Variable 'parserOptions' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'nodeCache' must be private and have accessor methods. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Attr' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 9 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Attr' import. | 9 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.CharacterData' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 10 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Comment' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 11 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Document' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 12 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.DocumentType' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 13 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Element' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 14 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Entity' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 15 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.EntityReference' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 16 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.NamedNodeMap' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 17 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Node' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 18 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Notation' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.ProcessingInstruction' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Text' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 21 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 12 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 6 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersion'. | 7 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlLanguageModule'. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xsl.XslLanguageModule'. | 9 | |
| imports | ImportOrder | Wrong order for 'org.junit.runners.Parameterized.Parameters' import. | 11 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 10 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - net.sourceforge.pmd.lang.ParserOptionsTest.verifyOptionsEqualsHashcode. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 7 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 7 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 8 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 9 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 10 | |
| imports | ImportOrder | 'net.sourceforge.pmd.lang.ParserOptions' should be separated from previous imports. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 11 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.rule.properties.BooleanProperty'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule'. | 13 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageVersionHandler'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ParserOptions'. | 16 | |
| imports | UnusedImports | Unused import - net.sourceforge.pmd.lang.ParserOptions. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.xpath.Attribute'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.XmlNode'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.XmlParser'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.util.StringUtil'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 23 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 7 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 9 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 18 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlLanguageModule'. | 19 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlParserOptions'. | 20 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.XmlNode'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 23 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 146 | |
| design | VisibilityModifier | Variable 'visitedNodes' must be private and have accessor methods. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 6 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 8 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.RuleContext'. | 12 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.LanguageRegistry'. | 13 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.Parser'. | 14 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.ast.Node'. | 15 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlLanguageModule'. | 16 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.XmlParserOptions'. | 17 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'net.sourceforge.pmd.lang.xml.ast.XmlNode'. | 18 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| design | VisibilityModifier | Variable 'visitedNodes' must be private and have accessor methods. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 10 |